Getting started
Prerequisites
- Linux server (tested with Ubuntu 24.04)
- Docker
Steps to set up the server
1. Create directory
Create a directory to store docker-compose.yml
file in and move to that directory.
mkdir ./booklogr
cd ./booklogr
2. Download docker-compose file
Download docker-compose.yml
file from the repository
curl --output docker-compose.yml "https://raw.githubusercontent.com/Mozzo1000/booklogr/refs/heads/main/docker-compose.yml"
3. Start the containers
Start all containers
docker compose up -d
🎉 Booklogr should now be available on http://localhost:5150